home *** CD-ROM | disk | FTP | other *** search
- on exitFrame me
- global gFrameToGo, gFramePropertyList, gPlayedVideo, gDestinationId
- cursor(4)
- the idleLoadPeriod = 0
- if gFrameToGo <> VOID then
- list = gFramePropertyList[gFrameToGo]
- end if
- if list <> VOID then
- if count(list) <> 0 then
- repeat with i in list
- if i.loaded = 0 then
- preloadMember(member(i))
- preloadMember(member(i))
- if i.type = #bitmap then
- if i.depth = 1 then
- preloadMember(member(i.memberNum + 1, i.castLibNum))
- end if
- end if
- end if
- end repeat
- end if
- go(gFrameToGo)
- else
- preload(the frame + 1, the frame + 1)
- end if
- cursor(0)
- end
-